body {
  background-color: #101918;
  background-image: url(LASERGID.png);
  color:#5f887d;
  font-family: Helvetica;
}

h1 {
  font-size: 40px;
  color:#5f887d;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

h2 {
  font-size: 25px;
  color:#5f887d;
}

p {
  font-weight: bold;
  color: #a0a6a4;
  font-size: 20px;
}

a {
  font-weight: bold;
  color:#CD00FF;
  font-size: 21px;
}

.textBlock {
  background-color:rgba(19,25,23,0.85);
  color:#FFFFFF;
  width: 80%;
  word-wrap: break-word;
  line-height: 2.5;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #5f887d;
  margin-top: 25px;
  margin-bottom: 50px;
}

.header {
  color:rgb(5,172,255);
  width: 80%;
  word-wrap: break-word;
  padding: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 5px;
}

.headerItem {
  display: inline-block;
  width: 33%;
}

.image {
  text-align: center;
}
  
.secretText {
  color: #151e1d;
}